.matching
{
    background-color:salmon;
}
.aeFlex
{
    display: flex;
    justify-content: space-around;
}

input
{
    width:20%;
    height:3em;
    font-size: 2.5em;
}

button
{
    width:auto;
    font-size: 2.5em;
}
